home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_1 / bm < prev    next >
Text File  |  1995-03-31  |  315b  |  15 lines

  1. @ Benchmark program 
  2. @ USAGE: arguments... 'Progname' BM --> time (Real number, in seconds) 
  3. %%HP: T(3)A(D)F(.); 
  4. @ Checksum: # 9FD4h 
  5. @ Bytes: 80.5        (When stored in a variable called BM) 
  6. \<< DEPTH 1 + TICKS 
  7. SWAP ROLLD EVAL 
  8. TICKS \-> ee 
  9.   \<< DEPTH ROLL ee 
  10. SWAP - B\->R 8192 / 
  11.   \>> 
  12. \>> 
  13.